home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
NXPlot3d
/
Source
/
PlotShape.h
< prev
next >
Wrap
Text File
|
1994-02-17
|
565b
|
22 lines
#import <3Dkit/3Dkit.h>
@interface PlotShape : N3DShape
{
RtPoint tickmin,tickstp;
SetPref *data;
int mode,flags,Omode;
RtColor flagcol[5];
float mmx[2],mmy[2],mmz[2];
float theta,chi,aspect,ambient;
float Cst,Csp;
}
- renderSelf:(RtToken)context;
- setTicks:(RtPoint)Min :(RtPoint)Step;
- setData:(SetPref *)Data :(int)Mode :(int)Flags;
- setSurfaceType:(N3DSurfaceType)st andDescendants:(BOOL)flag;
- setAng:(float)alt :(float)az :(float)Aspect :(float)Ambient;
- setFlagColors:(RtColor *)col;
- setOver:(int)OMODE;
- setContour:(float)start :(float)space;
@end